Vcenter TrustedInfrastructure Hosts Hardware Tpm Summary

Vcenter TrustedInfrastructure Hosts Hardware Tpm Summary
Vcenter TrustedInfrastructure Hosts Hardware Tpm Summary

The Vcenter TrustedInfrastructure Hosts Hardware Tpm Summary schema contains information that summarizes a TPM.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "tpm": "string",
    "major_version": 0,
    "minor_version": 0,
    "active": false
}
string
tpm
Required

A unique identifier for the TPM instance.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm.

integer As int64 As int64
major_version
Required

The TPM major version number.

This property was added in vSphere API 8.0.0.1.

integer As int64 As int64
minor_version
Required

The TPM minor version number.

This property was added in vSphere API 8.0.0.1.

boolean
active
Required

The TPM status.

Inactive TPMs cannot be used for sealing or attestation.

This property was added in vSphere API 8.0.0.1.